home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / utility2 / resgauge.zip / RESGAUGE.DEF < prev    next >
Text File  |  1992-08-19  |  606b  |  20 lines

  1. ; =============================================================================
  2. ; resgauge.def -- module definition file for ResGauge.
  3. ; =============================================================================
  4.  
  5. NAME        ResGauge
  6. DESCRIPTION 'ResGauge v1.3 - 23 August 1992'
  7. EXETYPE     WINDOWS 3.1
  8. STUB        'WINSTUB.EXE'
  9. CODE        PRELOAD MOVEABLE DISCARDABLE
  10. DATA        PRELOAD MOVEABLE MULTIPLE
  11. HEAPSIZE    1024
  12. STACKSIZE   8192
  13. EXPORTS     AboutDlgProc
  14.             ConfigDlgProc
  15.             MainWndProc
  16.  
  17. ; ===================
  18. ; end of resgauge.def
  19. ; ===================
  20.